home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 7 / PC World Interactive 7.iso / share / hobi / hsmart / _SETUP.1 / newhs.exe / 0 / RCDATA / TFORM6 / TFORM6.txt
Text File  |  1997-11-23  |  795b  |  42 lines

  1. object Form6: TForm6
  2.   Left = 200
  3.   Top = 99
  4.   Width = 640
  5.   Height = 480
  6.   Caption = 'Print Preview'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   Menu = MainMenu1
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 16
  15.   object Image1: TImage
  16.     Left = 7
  17.     Top = -1
  18.     Width = 800
  19.     Height = 1200
  20.     Enabled = False
  21.   end
  22.   object MainMenu1: TMainMenu
  23.     Left = 370
  24.     Top = 39
  25.     object Print1: TMenuItem
  26.       Caption = '&Print'
  27.       ShortCut = 0
  28.       OnClick = Print1Click
  29.     end
  30.     object PrintSetup1: TMenuItem
  31.       Caption = 'Print &Setup'
  32.       ShortCut = 0
  33.       OnClick = PrintSetup1Click
  34.     end
  35.     object Exit1: TMenuItem
  36.       Caption = '&Exit'
  37.       ShortCut = 0
  38.       OnClick = Exit1Click
  39.     end
  40.   end
  41. end
  42.